Platform Explorer / Nuxeo Platform 5.8

Component org.nuxeo.ecm.platform.routing.dm.operations

Contributions

XML Source

<component name="org.nuxeo.ecm.platform.routing.dm.operations" version="1.0">

  <extension target="org.nuxeo.ecm.core.operation.OperationServiceComponent"
    point="operations">
    <operation
      class="org.nuxeo.ecm.platform.routing.dm.operation.CreateRoutingTask" />
    <operation
      class="org.nuxeo.ecm.platform.routing.dm.operation.RemoveRoutingTask" /> 
    <operation
      class="org.nuxeo.ecm.platform.routing.dm.operation.SetCurrentRunningStepFromTask" />
    <operation
      class="org.nuxeo.ecm.platform.routing.dm.operation.EvaluateCondition" />     
  </extension>

</component>